quasar+vue实现日期时间选择器效果代码
代码语言:html
所属分类:选择器
代码描述:quasar+vue实现日期时间选择器效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons'> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/quasar.prod.css"> </head> <body> <!-- Forked from: http://www.quasarchs.com/vue-components/time#example--qdate-and-qtime-on-same-model --> <div id="q-app" style="min-height: 100vh;"> <div class="q-pa-md"> <div class="q-gutter-sm"> <q-badge color="teal"> Model: {{ model }} </q-badge> <q-badge color="purple" text-color="white" class="q-ma-md"> Mask: YYYY-MM-DD HH:mm </q-badge> &.........完整代码请登录后点击上方下载按钮下载查看
网友评论0