加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Vue日历控件

发布时间:2020-12-16 23:02:23 所属栏目:百科 来源:网络整理
导读:html head meta charset ="utf-8" http-equiv ="X-UA-Compatible" content ="IE=edge" title 测试 / !-- 引入样式 -- link rel ="stylesheet" href ="https://unpkg.com/element-ui/lib/theme-chalk/index.css" body div id ="app" el-date-picker v-model =
<html>

head>
    meta charset="utf-8"http-equiv="X-UA-Compatible" content="IE=edge"title>测试</<!-- 引入样式 -->
    link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
bodydiv id="app"el-date-picker
            v-model="value1"
            type="datetime"
            format="yyyy-MM-dd hh:mm"
            value-format
            placeholder="选择日期时间"el-date-pickerel-button type="primary" @click="clickBtn">打印选择的时间el-buttondiv 引入组件库 -->
script ="text/javascript" src="./js/vue.js"></scriptsrc="https://unpkg.com/element-ui/lib/index.js"="text/javascript">
    new Vue({
        el: "#app,data: {
            value1: ""
        },methods: {
            clickBtn: function () {
                console.log(this.value1);
            }
        }

    });
>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读