noscript-sfc

0.1.4 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i noscript-sfc

Weekly Downloads

2

Version

0.1.4

License

MIT

Unpacked Size

674 kB

Total Files

6

Last publish

Collaborators

  • spritejs