GhostBoy's recent timeline updates
DigitalOcean,SS,IP 地址被封了怎么办?要换机房吗?
Oct 12, 2017
GhostBoy

GhostBoy

V2EX member #165192, joined on 2016-03-28 15:52:38 +08:00
GhostBoy's recent replies
Dec 17, 2021
Replied to a topic by GhostBoy Vue.js vue 请教为什么不能正常显示组件?
index.html


<div id="app">
<blog-post title="My journey with Vue"></blog-post>
<blog-post title="Blogging with Vue"></blog-post>
<blog-post title="Why Vue is so fun"></blog-post>
</div>
Dec 17, 2021
Replied to a topic by GhostBoy Vue.js vue 请教为什么不能正常显示组件?
main.ts
```typescript
import { createApp } from 'vue'
import App from './App.vue'

createApp(App)
.component('blog-post', {
props: ['title'],
template: `<h4>{{ title }}</h4>`
})
.mount('#app'

```
Apr 28, 2018
Replied to a topic by GhostBoy 服务器 DigitalOcean 炸了? 最近有点不稳定
生气了,今天晚上连接断断续续的,累计连上时间最多半小时
Oct 12, 2017
Replied to a topic by GhostBoy 宽带症候群 请问 IP 被墙了怎么解决?
@Devmingwang 嗯,第一次遇到这种情况,谢谢指教。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5552 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 07:18 · PVG 15:18 · LAX 00:18 · JFK 03:18
♥ Do have faith in what you're doing.