添加项目文件。
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<h3>ContentEdit</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
@page "/content/list"
|
||||
|
||||
<h3>ContentList</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<h3>PageEdit</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
@page "/content/page/list"
|
||||
|
||||
|
||||
<h3>PageList</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user