Commit faebfdfc authored by 郭铭瑶's avatar 郭铭瑶 🤘

打包提交

parent a37cdc3f
node_modules
.DS_Store
dist
dist-ssr
*.local
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>南京东路街道</title>
<script type="module" crossorigin src="./assets/index.a7e6b4b7.js"></script>
<link rel="modulepreload" href="./assets/vendor.51f58a60.js">
<link rel="stylesheet" href="./assets/index.6cf63887.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
\ No newline at end of file
......@@ -37,7 +37,7 @@ export default defineComponent({
},
},
emits: ['update:modelValue', 'close'],
setup(props, ctx) {
setup(_, ctx) {
const closeDrawer = () => {
ctx.emit('update:modelValue', false)
ctx.emit('close')
......
......@@ -126,6 +126,7 @@ export default defineComponent({
$border = .01rem solid rgba(91,213,255,.3)
$bg = rgba(6,34,67,.4)
#modal-search-bar
width 100%
position relative
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment