New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-mobile-calendar

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-mobile-calendar - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

package.json

@@ -8,3 +8,3 @@ {

],
"version": "3.0.2",
"version": "3.0.3",
"author": "lixin",

@@ -26,6 +26,6 @@ "license": "MIT",

"dependencies": {
"dayjs": "^1.8.10"
"dayjs": "^1.8.10",
"vue": "^2.5.22"
},
"devDependencies": {
"vue": "^2.5.22",
"@vue/cli-plugin-babel": "^3.4.0",

@@ -32,0 +32,0 @@ "@vue/cli-plugin-eslint": "^3.4.0",

@@ -28,6 +28,4 @@ # vue-mobile-calendar

```javascript
// calendar为底部弹窗显示,inlineCalendar为页面内联显示(可放置页面任意地方)
import { calendar, inlineCalendar } from 'vue-mobile-calendar'
Vue.use(calendar);
Vue.user(inlineCalendar);
import Calendar from 'vue-mobile-calendar'
Vue.use(Calendar);
```

@@ -55,2 +53,3 @@ ### 外部引用方式,引入目录文件`disk/Calendar.umd.min.js`

<script>
// Vue.use(Calendar)后可直接使用`<calendar />`和`<inlineCalendar />`组件。calendar为底部弹窗显示,inlineCalendar为页面内联显示(可放置页面任意地方)
export default {

@@ -63,2 +62,10 @@ methods: {

};
// 或者在.vue文件中单独引入注册
// import {calendar,inlineCalendar} from 'vue-mobile-calendar';
// export default {
// components: {
// calendar,
// },
// };
</script>

@@ -65,0 +72,0 @@ ```

@@ -9,4 +9,4 @@

chainWebpack: (config) => {
config.resolve.alias
.set('vue-mobile-calendar', resolve('./lib/index.js'));
// config.resolve.alias
// .set('vue-mobile-calendar', resolve('./lib/index.js'));
},

@@ -13,0 +13,0 @@ css: {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc