安装 naive-ui
This commit is contained in:
11
pages/index.vue
Normal file
11
pages/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template lang="pug">
|
||||
div.text-white.w-full.flex.bg-dark-900
|
||||
div.w-xs.border-r-1.border-gray-500.border-opacity-10.pt-24.px-4
|
||||
div
|
||||
p.font-bold 迅速に開発できる
|
||||
p.text-gray-400 あなたのアイデアを素早く実現するためのフレームワークです。
|
||||
textarea.mt-4.rounded-lg.h-32.w-full.px-4.py-2.bg-gray-500.bg-opacity-5.border.border-gray-500.border-opacity-20.text-gray-500(value="Search" type="text" class="focus:outline-none")
|
||||
div.flex-1
|
||||
span Hello World
|
||||
div.w-xs.border-l-1.border-gray-500.border-opacity-10.pt-24.px-4 end
|
||||
</template>
|
Reference in New Issue
Block a user