0.1.4 • Published 2 years ago

noscript-sfc v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NoScript SFC

Load vue3 SFC component with inline <noscript> tag. Funny :-) :Yeah:

https://codepen.io/akira-cn-the-selector/pen/mdqQYEg

<noscript type="vue-sfc" component="MyComponent" mount="#app">
  <script>
    export default {
      data() {
        return {
          count: 0
        }
      }
    }
  </script>

  <template>
    <button @click="count++">Count is: {{ count }}</button>
  </template>

  <style scoped>
    button {
      font-weight: bold;
    }
  </style>
</noscript>
<div id="app"></div>
<script src="https://unpkg.com/noscript-sfc/index.js"></script>
0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago