> For the complete documentation index, see [llms.txt](https://attr.view-js.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.view-js.com/data-view-fallback-namespace.md).

# data-view-fallback-namespace

**声明位置：**

视图骨架 DOM 元素，例如：

```markup
<section data-view-id="myView"
    data-view-directly-accessible="false"
    data-view-fallback="profile"
    data-view-fallback-namespace="myNamespace"
    >
    视图内容
</section>
```

**是否必须：**

否。

**属性取值：**

任意合法的 DOMString。

{% hint style="info" %}
如果没有声明该属性，View\.js 将自动处理为 `default` 。
{% endhint %}
