> 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.md).

# data-view-fallback

**声明位置：**

视图骨架 DOM 元素，例如：

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

**是否必须：**

否。

**属性取值：**

任意合法的 DOMString。
