Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

html global with CDN #8

Closed
amchconsult opened this issue Nov 30, 2019 · 1 comment
Closed

html global with CDN #8

amchconsult opened this issue Nov 30, 2019 · 1 comment

Comments

@amchconsult
Copy link

Hey,
Is there a way to using it as CDN as global script tag.
Something like this:

<html>
<head>
  ...
</head>
<body>
  <div id="app">
    <flash-message></flash-message>
  </div>

  <script src="path/to/vue.js"></script>
  <script src="path/to/vue-flash-message.js"></script>
  <script>
    new Vue({
      el: '#app'
    })
  </script>
</body>
</html>

Thank you

@biigpongsatorn
Copy link
Owner

@amchconsult Sorry, Currently we don't have.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants