Say you have this LiveView: defmodule AppWeb.IframeLive do use Phoenix.LiveView def render(assigns) do ~L""" <div> <iframe id="wp" src="<%= ...
確定! 回上一頁