@mythpe/quasar-ui-qui 0.0.1 → 0.0.2-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/vue-plugin.js DELETED
@@ -1,16 +0,0 @@
1
- import MBtn from './components/MBtn.vue'
2
- import js from '../package.json'
3
- import { PLUGIN_OPTIONS } from './utils'
4
-
5
- const version = js.version
6
-
7
- function install (app, options = {}) {
8
- PLUGIN_OPTIONS.value = options
9
- app.component(MBtn.name, MBtn)
10
- }
11
-
12
- export {
13
- version,
14
- PLUGIN_OPTIONS,
15
- install
16
- }