@zykjcommon/questions 0.0.12 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykjcommon/questions",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "main": "src/components/questions/entry.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -3,7 +3,6 @@
3
3
  */
4
4
  // import ZYKJQuestionsPlugin from "../../../dist/zykjcommon-questions.umd.min"
5
5
  // import ZYKJQuestionsPluginDev from "./developmentEntry.js"
6
- let Vue2 = require('vue')
7
6
  function getVueVersion(){
8
7
  let version = ''
9
8
  /*if(!Vue){
package/src/main.ts CHANGED
@@ -41,14 +41,14 @@ import '@src/assets/js/arms'
41
41
  let vueInstance = createApp(App)
42
42
  // console.log(vueInstance,77);
43
43
 
44
- import ZYKJQuestionsPlugin from "@src/components/questions/entry.js"
45
- console.log(ZYKJQuestionsPlugin,799);
46
- vueInstance.use(ZYKJQuestionsPlugin as any)
44
+ // import ZYKJQuestionsPlugin from "@src/components/questions/entry.js"
45
+ // console.log(ZYKJQuestionsPlugin,799);
46
+ // vueInstance.use(ZYKJQuestionsPlugin as any)
47
47
  // import '../dist/zykjcommon-questions.css';
48
48
 
49
- // import ZYKJQuestionsPlugin from "@zykjcommon/questions"
50
- // vueInstance.use(ZYKJQuestionsPlugin as any)
51
- // import '@zykjcommon/questions/dist/zykjcommon-questions.css';
49
+ import ZYKJQuestionsPlugin from "@zykjcommon/questions"
50
+ vueInstance.use(ZYKJQuestionsPlugin as any)
51
+ import '@zykjcommon/questions/dist/zykjcommon-questions.css';
52
52
 
53
53
  // console.log(ZYKJQuestionsPlugin,111);
54
54