集成Prettier和Stylelint
This commit is contained in:
19
src/App.vue
19
src/App.vue
@@ -4,10 +4,21 @@ onLaunch(() => {
|
||||
console.log("App Launch");
|
||||
});
|
||||
onShow(() => {
|
||||
console.log("App Show");
|
||||
});
|
||||
onHide(() => {
|
||||
const number = "123";
|
||||
console.log(
|
||||
"App Show111111111111111111111111111111111111111111111111111111111111123231233333333331111111",
|
||||
);
|
||||
console.log("App Hide");
|
||||
});
|
||||
</script>
|
||||
<style></style>
|
||||
<style lang="scss">
|
||||
.search {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: #f5f5f5;
|
||||
paddings: 123;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user