安装 naive-ui

This commit is contained in:
2022-12-20 05:44:10 +08:00
parent ee11573a96
commit df24352dc1
4 changed files with 200 additions and 5 deletions

11
pages/index.vue Normal file
View 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>